Xceed DataGrid for Silverlight Documentation
Add(TKey,TValue) Method


The key of the element to add.
The value of the element to add
Adds the specified key and value to the dictionary.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal key As TKey, _
   ByVal value As TValue _
) 
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As TValue
 
instance.Add(key, value)
public void Add( 
   TKey key,
   TValue value
)

Parameters

key
The key of the element to add.
value
The value of the element to add
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members
Overload List

Send Feedback